From: Ewan Mellor Date: Tue, 5 Sep 2006 16:26:18 +0000 (+0100) Subject: Added vmunused flag to unit test results to match recent change. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15668^2~10 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=26f067672aa670b149a62e4c253f677a3f554227;p=xen.git Added vmunused flag to unit test results to match recent change. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xm/tests/test_create.py b/tools/python/xen/xm/tests/test_create.py index c3b68a00d3..ce8e192413 100644 --- a/tools/python/xen/xm/tests/test_create.py +++ b/tools/python/xen/xm/tests/test_create.py @@ -51,6 +51,7 @@ class test_create(unittest.TestCase): 'path' : '.:/etc/xen', 'builder' : 'linux', 'nics' : -1, + 'vncunused' : 1, 'xauthority': xen.xm.create.get_xauthority(), }) @@ -101,6 +102,7 @@ on_crash = 'destroy' 'path' : '.:/etc/xen', 'builder' : 'linux', + 'vncunused' : 1, 'xauthority' : xen.xm.create.get_xauthority(), }) @@ -140,6 +142,7 @@ cpu_weight = 0.75 'builder' : 'linux', 'nics' : -1, + 'vncunused' : 1, 'xauthority' : xen.xm.create.get_xauthority(), }) @@ -182,6 +185,7 @@ ne2000=0 xen.xm.create.VNC_BASE_PORT + xen.xm.create.choose_vnc_display())), 'vnc' : 1, + 'vncunused' : 1, 'vncviewer' : 1, 'xm_file' : fname,